home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / ByeClock.sit / ByeClock / About ByeClock next >
Text File  |  1996-05-10  |  6KB  |  141 lines

  1. About ByeClock
  2.  
  3. History:    Version 0.8.2
  4. Date Of Issue    August 18, 1995
  5. Modified Date:    May 10, 1996
  6. Publisher:    Fumio Rokkaku
  7.  
  8.  
  9. 1. What is ByeClock?
  10.  
  11. ByeClock is a simple clock utility with a shut down function. It shuts down your Macintosh every day on a designated time.
  12.  
  13. I wrote this program to avoid leaving my Mac still running, getting a suggestion from my acquaintance. It definitely saves your Mac resources since it consumes only 96K bytes of memory on Power Macs (but it could run with approximately 48K under 68K Macs) and occupies CPU once ten seconds in background. 
  14.  
  15. By the way, ByeClock, a very simple and small program, could run using only 32K byte memory at first. Now it requires 96K bytes as it has been enhanced including the requests from the users. I might not be able to incorporate your future requests because I hope to keep ByeClock to be yet a small and low resource consumption program.
  16.  
  17.  
  18. 2. How to use it?
  19.  
  20. 2.1. Main Feature
  21.  
  22. Just launch it. You usually use it as a digital clock.
  23.  
  24. Set shut down time as you like using the メPreferences...モ dialog from the File menu. Then ByeClock turn your Mac off at the time you set. When you cancel shut down, ByeClock will retry shutdown after the interval time you set on メRetry asking when canceledモ field. You can set retry interval from 1 to 120 minutes.
  25.  
  26. If you would like to use ByeClock as a simple clock, turn the check box: メEnable Shut Down Timerモ OFF.
  27.  
  28. Tips: You can also open the メPreferencesモ dialog by double-clicking the clock window.
  29.  
  30. 2.2. Location to Install
  31. I recommend you to install ByeClock in the メStartup Itemsモ folder in your System folder. Then ByeClock will be launched at every startup. Of course, you can locate it at any place if you desire.
  32.  
  33. 2.3. Shut Down Procedure
  34. ByeClock always traces your mouse moving.
  35. When the shut down time comes, if the mouse has NOT been moved during past ten minutes, then ByeClock shuts down your Macintosh immediately. If the mouse has been moved, ByeClock asks you if you really wish to turn off your Mac. If you cancel at this time, it retries shut down after the designated interval time. If you no longer want to see this confirmation dialog, turn the check box: メAsk when you still use Macモ OFF.
  36.  
  37. Shut Down confirmation dialog will automatically close as if OK button is pressed when you leave it  longer than 10 minutes.
  38.  
  39. The ByeClock shut down method is implemented using AppleEvent that asks the Finder to execute shut down procedures. This is identical to selecting the メShut Downモ item in the メSpecialモ menu of the Finder.
  40.  
  41. 2.4. Adjust Clock Window Size
  42. You can choose two sizes, large or small, of clock window. To choose the size, click the grow box at the upper-right corner of the window. By letting it small, it occupies few spaces of your screen. 
  43.  
  44. 2.5. Display Font
  45. From the version 0.6, you can select a display font you like. Default is set to Times. A clock shows times and the Times shows a clock. :-)
  46.  
  47. 2.6. Display Options
  48. You can set several display modes using the メPreferencesモ dialog.
  49.     ・ Show date or not.
  50.     ・ Blink second indicator or not. (It never blinks in background.)
  51.  
  52. 2.7. Copy Date and Time Strings
  53. By selecting メCopyモ item of メEditモ menu, you can copy current date and time strings into the clipboard. It is handy when you fill in the date and time in your document. 
  54. The formats of the strings follow the settings you set using the メDate & Timeモ control panel.
  55. Copying while pressing shift key, only the date string is copied.
  56.  
  57.  
  58. 3. Required Environment
  59.  
  60. ByeClock is a FAT application. It runs under Macintosh Plus or greater.
  61. ByeClock requires System 7 or later of MacOS.
  62.  
  63. ByeClock requires at least 48K bytes of memory on 68K Macs and 96K bytes on Power Macs. If you have installed, however, large amount of fonts, it may require more memory. It depends on your environment. Adjust memory size using the メGet Infoモ window of Finder if you meet any problems.
  64.  
  65.  
  66. 4. How much is it?
  67.  
  68. ByeClock is freeware. Itユs free of charge. You can make its copy and distribute it as far as non-commercial purposes.
  69.  
  70. The author, however, reserves all copyrights. Under the copyright laws, the author prohibits selling, lending, revising, modifying the ByeClock without the permission of the author.
  71.  
  72.  
  73. 5. About the attached source codes
  74.  
  75. I attached all source codes of ByeClock. Please refer to them if you are interested in Macintosh programming. For more details, read another document: メFor Programmers.モ
  76.  
  77.  
  78. 6. Contact Address
  79.  
  80. Please send e-mail or snail mail to the following address when you have any requests or questions.
  81.  
  82.  
  83. E-Mail Address:
  84.     NIFTY-Serve:    PXL01437@niftyserve.or.jp
  85.     Internet:    rokkaku@roland.co.jp
  86.  
  87. Posting Address:
  88.     Fumio Rokkaku
  89.     1158-3-106, Hatsuoi-cho,
  90.     Hamamatsu, Shizuoka
  91.     JAPAN    433
  92.  
  93.  
  94. 7. Revision History
  95.  
  96. Version 0.8.2:    May 10, 1996
  97.     Fixed a bug that  did not show proper button frame of the Preferences dialog when resuming.
  98.  
  99. Version 0.8.1:    April 25, 1996
  100.     Fixed a fatal bug that  fails a new preferences file.
  101.  
  102. Version 0.8.0:    April 25, 1996
  103.     Improved shutdown discrimination.
  104.  
  105. Version 0.7.2:    December 16, 1995
  106.     Maintenance release, mainly for source code modification.
  107.  
  108. Version 0.7.1:    December 10, 1995
  109.     Fixed still inappropriate memory sizes under the Power Macintosh.
  110.     Added auto closing function into Shut Down confirmation dialog.
  111.  
  112. Version 0.7.0:    December 4, 1995
  113.     Become FAT application.
  114.     Fixed inappropriate memory sizes of the PPC version.
  115.  
  116. Version 0.6.0:    October 24, 1995
  117.     Added Font selectable feature.
  118.     Added option whether to show date.
  119.     Added option whether to show blink per each second.
  120.     Changed icon appearance.
  121.  
  122. Version 0.5.0:    September 17, 1995
  123.     Added option whether to confirm shutdown.
  124.     Made Preferences Dialog modeless.
  125.     Avoided conflict with Inline++TSM 2.0
  126.     Set sleep ticks to 10 seconds for faster response.
  127.  
  128. Version 0.4.0:    September 7, 1995
  129.     Added option whether to execute shutdown.
  130.     Fixed a bug that retries shutdown one hour later instead of ten minutes.
  131.     Added retry interval parameter.
  132.  
  133. Version 0.3.0:    August 18, 1995
  134.     Beta Release
  135.  
  136.  
  137. 8. Copyright Notice
  138.  
  139. ByeClock Copyright ゥ1995-1996 Fumio Rokkaku
  140. All Rights Reserved.
  141.